CI/CD and UI updates#1
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the project's frontend infrastructure, developer workflow, and code organization. It adds automated dependency management and CI/CD workflows, updates dependencies, and refactors routing and UI for better maintainability and user experience.
CI/CD and Dependency Management Enhancements:
Frontend Dependency Updates:
baseline-browser-mappingpackage to version 2.9.18 in bothpackage.jsonandpackage-lock.json, and removes unused or optional dependencies such asbare-url,bufferutil, andutf-8-validateto keep the dependency tree clean. [1] [2] [3] [4] [5] [6]Frontend Routing and Component Refactoring:
Layoutcomponent and introduces protected routes for onboarding, status, scanning, challenges, and proofs, improving separation of concerns and user flow. (frontend/src/App.tsx) [1] [2]UI and Style Cleanup:
App.cssto avoid conflicts with the design system defined inindex.css. (frontend/src/App.css)UI Consistency and Logging:
ChallengeScannercomponent to use new color tokens and font classes for a more consistent and branded UI. Also standardizes logging output by removing emoji prefixes from log messages. (frontend/src/components/ChallengeScanner.tsx) [1] [2] [3] [4] [5] [6]